@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix patt: <http://example.org/iadopt/pattern> .

ex:C5
    a 
        iop:Variable ;
    rdfs:label 
        "Atmosphere optical thickness of particulate organic matter ambient aerosol" ;
    rdfs:comment 
        """Atmospheric optical thickness of particulate organic matter at 550nm.""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/11" ;
    iop:hasObjectOfInterest 
        _:b0 ;
    iop:hasMatrix 
        <https://www.wikidata.org/entity/Q104541> ;
    iop:hasContextObject 
        <https://www.wikidata.org/entity/Q8104> ;
    iop:hasProperty 
        <https://www.wikidata.org/entity/Q890809> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "condition: at 550nm wavelength" ;
             iop:constrains <https://www.wikidata.org/entity/Q890809> ;
        ] .

_:b0
    a 
        iop:Entity ;
    rdfs:label 
        "organic particulates" .

<https://www.wikidata.org/entity/Q104541>
    a 
        iop:Entity ;
    rdfs:label 
        "aerosol" .

<https://www.wikidata.org/entity/Q890809>
    a 
        iop:Property ;
    rdfs:label 
        "optical thickness" .

<https://www.wikidata.org/entity/Q8104>
    a 
        iop:Entity ;
    rdfs:label 
        "atmosphere" .
